Report: act_report

dog-rates-social.jpg

                        Image Source:Udacity

Introduction

WeRateDogs is a Twitter account with over 9.2 million followers that rates dogs above the rating numerator of 10. e.g 13/10, 14/10, 12/10 etc. Data of these tweets were gathered manually and programmatically as twitter_archive_enhanced.csv, image.predictions.tsv and tweet_json using various Python libraries like Request and Tweepy. The gathered data were loaded as twitter_archive, image_prediction and df_tweet for data wrangling and visualization. Thereafter, the cleaned files were combined into a file called twitter_master_archive.csv. The combined data was then analyzed and visualized to draw insights into the data. The results of this analysis are as follows;

Highest Liked Dog Stage

The Dog stage consists of four stages: doggo, floofer, pupper, puppo. A visualization of the dog stage and favorite count shows that pupper dog stage has the highest favorite count.

lineplot.png

Highest Occurrence of Dog Name

Here, 850 names of dogs were visualized taking the frequency of the highest occurrence. The visualization shows Copper has the highest occurrence.

Highest%20Occurence%20of%20dog%20name.png

Highest Rated Dog Name

The dog ratings have rating numerators larger than denominator 10 which is specified for WeRatedogs Twitter account. The mean of the rating numerator was taken to draw insights into the highest-rated dog name and it was discovered that Bluebert was the highest-rated dog name.

Breed Predictions

The predictions of dog breeds was generated through a neural network that can classify dog breeds. The dog breeds were categorized into p1, p2, and p3. The most frequent dog breed prediction for p1 was Golden Retriever while the most frequent for p2 was Labrador Retriever and Cardigan and for p3 was Labrador Retriever.

Golden Retriever and Labrador Retriever

image.png

Image Source:WeRatedogs